﻿2026-06-04T14:32:58.2051785Z ##[group]Run actions/checkout@v5
2026-06-04T14:32:58.2052770Z with:
2026-06-04T14:32:58.2053294Z   repository: SaberMage/spt-core
2026-06-04T14:32:58.2059432Z   token: ***
2026-06-04T14:32:58.2059959Z   ssh-strict: true
2026-06-04T14:32:58.2060514Z   ssh-user: git
2026-06-04T14:32:58.2061025Z   persist-credentials: true
2026-06-04T14:32:58.2061620Z   clean: true
2026-06-04T14:32:58.2062219Z   sparse-checkout-cone-mode: true
2026-06-04T14:32:58.2062854Z   fetch-depth: 1
2026-06-04T14:32:58.2063434Z   fetch-tags: false
2026-06-04T14:32:58.2064059Z   show-progress: true
2026-06-04T14:32:58.2064656Z   lfs: false
2026-06-04T14:32:58.2065228Z   submodules: false
2026-06-04T14:32:58.2065776Z   set-safe-directory: true
2026-06-04T14:32:58.2066558Z ##[endgroup]
2026-06-04T14:32:58.3826591Z Syncing repository: SaberMage/spt-core
2026-06-04T14:32:58.3828308Z ##[group]Getting Git version info
2026-06-04T14:32:58.3829134Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-04T14:32:58.4072366Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-04T14:32:58.4274094Z git version 2.43.0.windows.1
2026-06-04T14:32:58.4303689Z ##[endgroup]
2026-06-04T14:32:58.4312169Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\a44fbf2c-db74-4345-a30c-57eb179f0bcc\.gitconfig'
2026-06-04T14:32:58.4324779Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\a44fbf2c-db74-4345-a30c-57eb179f0bcc' before making global git config changes
2026-06-04T14:32:58.4326502Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T14:32:58.4330390Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-04T14:32:58.4559893Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-04T14:32:58.4742819Z https://github.com/SaberMage/spt-core
2026-06-04T14:32:58.4771859Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T14:32:58.4775913Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T14:32:58.4973403Z refs/heads/dev-freeform
2026-06-04T14:32:58.5002244Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-04T14:32:58.5268014Z HEAD is now at a86371c test(rig): two-host ladder rig run + durable flake ledger [twohost]
2026-06-04T14:32:58.5731458Z ##[endgroup]
2026-06-04T14:32:58.5733520Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-04T14:32:58.9427737Z ##[group]Cleaning the repository
2026-06-04T14:32:58.9432834Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-04T14:33:01.8833771Z Removing target/
2026-06-04T14:33:01.8874650Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-04T14:33:01.9201084Z HEAD is now at a86371c test(rig): two-host ladder rig run + durable flake ledger [twohost]
2026-06-04T14:33:01.9227036Z ##[endgroup]
2026-06-04T14:33:01.9230782Z ##[group]Disabling automatic garbage collection
2026-06-04T14:33:01.9236112Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-04T14:33:01.9452098Z ##[endgroup]
2026-06-04T14:33:01.9452550Z ##[group]Setting up auth
2026-06-04T14:33:01.9458507Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-04T14:33:01.9671146Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-04T14:33:02.3244396Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T14:33:02.3481356Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-04T14:33:02.7361116Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T14:33:02.7580020Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-04T14:33:03.1247634Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-04T14:33:03.1549943Z ##[endgroup]
2026-06-04T14:33:03.1550351Z ##[group]Fetching the repository
2026-06-04T14:33:03.1556931Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a86371c9cfd87639c4d5dd5e2c82d464bc028ed0:refs/remotes/origin/dev-freeform
2026-06-04T14:33:03.8977378Z ##[endgroup]
2026-06-04T14:33:03.8977891Z ##[group]Determining the checkout info
2026-06-04T14:33:03.8978492Z ##[endgroup]
2026-06-04T14:33:03.8984041Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-04T14:33:03.9245974Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-04T14:33:03.9462268Z ##[group]Checking out the ref
2026-06-04T14:33:03.9466990Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T14:33:03.9807166Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-04T14:33:03.9807549Z Your branch is up to date with 'origin/dev-freeform'.
2026-06-04T14:33:03.9807864Z Switched to and reset branch 'dev-freeform'
2026-06-04T14:33:03.9829632Z ##[endgroup]
2026-06-04T14:33:04.0054802Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-04T14:33:04.0249318Z a86371c9cfd87639c4d5dd5e2c82d464bc028ed0
